From: Glenn Morris Date: Wed, 10 Nov 2010 04:11:08 +0000 (-0800) Subject: * lisp/startup.el (package-initialize): Update declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5738 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d2ffc54c863a6026b8b384d14d3c64c56c3c0b10;p=emacs.git * lisp/startup.el (package-initialize): Update declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4878b3a2e3d..6cbb75c6e7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-11-10 Glenn Morris + * startup.el (package-initialize): Update declaration. + * textmodes/remember.el (remember-time-to-seconds): Remove. (remember-store-in-mailbox): Use float-time. diff --git a/lisp/startup.el b/lisp/startup.el index 5343da65a10..b77b4b97d5b 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -693,7 +693,7 @@ opening the first frame (e.g. open a connection to an X server).") (defvar server-process) ;; Autoload in package.el, but when we bootstrap, we don't have loaddefs yet. (defvar package-enable-at-startup) -(declare-function package-initialize "package" ()) +(declare-function package-initialize "package" (&optional no-activate)) (defun command-line () (setq before-init-time (current-time)